From: Richard M. Stallman Date: Sun, 24 Dec 2006 01:48:56 +0000 (+0000) Subject: Require Autoconf 2.61. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~3208 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e5fb9a2e3ad64981db6e6b09b14bdcb8c3b9ea55;p=emacs.git Require Autoconf 2.61. --- diff --git a/configure.in b/configure.in index e6072d2dbad..2e4580ce175 100644 --- a/configure.in +++ b/configure.in @@ -23,7 +23,7 @@ dnl along with GNU Emacs; see the file COPYING. If not, write to the dnl Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, dnl Boston, MA 02110-1301, USA. -AC_PREREQ(2.54)dnl +AC_PREREQ(2.61)dnl AC_INIT(src/lisp.h) AC_CONFIG_HEADER(src/config.h:src/config.in)